﻿.section{
    position: relative;
    overflow: hidden;
}
.section1 .banner{
    /*width: 400%;
    */height: 100%;
    position: relative;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.section1 .banner>div{
    /* width: 25%; */
    height: 100%;
    float: left;
    position: relative;
}
.section1 .se1_div{
    width: 100%;
    height: 100%;
}
.section1 .se1_div>img{
    height: 100%;
    width: 100%;
}
.section1 .se1_div2{
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.section1 .se1_div2>img{
    position: absolute;
    width: 100%;
    height: 100%;
    animation-name: shan;
    animation-duration: 1.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.section1 .se1_div2>img:nth-child(1){
animation-delay: 0.3s;    
}
.section1 .se1_div2>img:nth-child(2){
animation-delay: 0.6s;
}
.section1 .se1_div2>img:nth-child(3){
animation-delay: 0.9s;
}
.section1 .se1_div2>img:nth-child(4){
animation-delay: 1s;
}
.section1 .se1_div2>img:nth-child(5){
animation-delay: 0.3s;
}
.section1 .se1_div2>img:nth-child(6){
animation-delay: 1s;
}
.section1 .se1_div2>img:nth-child(7){
animation-delay: 0.9s;
}
.section1 .se1_div2>img:nth-child(8){
animation-delay: 0.6s;
}
.section1 .se1_div2>img:nth-child(9){
animation-delay: 0.3s;
}
.section1 .se1_div2>img:nth-child(10){
animation-delay: 0.6s;
}
.section1 .se1_div2>img:nth-child(11){
animation-delay: 0.6s;
}
.section1 .se1_div2>img:nth-child(12){
animation-delay: 1s;
}
.section1 .se1_div2>img:nth-child(13){
animation-delay: 0.9s;
}
.section1 .se1_div2>img:nth-child(14){
animation-delay: 0.6s;
}
.section1 .se1_div2>img:nth-child(15){
animation-delay: 0.3s;
}
.section1 .se1_div2>img:nth-child(16){
animation-delay: 0.3s;
}
.section1 .se1_div2>img:nth-child(17){
animation-delay: 0.9s;
}
.section1 .se1_div2>img:nth-child(18){
animation-delay: 1s;
}
.section1 .se1_div2>img:nth-child(19){
animation-delay: 0.6s;
}
.section1 .se1_div2>img:nth-child(20){
animation-delay: 0.3s;
}
.section1 .se1_div2>img:nth-child(21){
animation-delay: 0.9s;
}
.section1 .se1_ul{
    position: absolute;
    bottom: 23%;
    left: 17%;
    width: 180px;
    height: 30px;
    display: flex;
    justify-content:space-between;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.section1 .se1_ul>li::after{
    width: 0%;
    position: absolute;
    bottom: -5%;
    left: 0%;
    height: 1px;
    background-color: #fff;
}
.section1 .se1_ul>li.active::after{
    animation-name: chang;
    animation-duration: 5s;
    /* animation-direction: alternate; */
    animation-iteration-count: 1;
}
.section1 .se1_ul>li{
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    float: left;
    border: 1px solid #fff;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    cursor: pointer;
    /*margin-left: 26%;*/
}
.section1 .se1_ul>li.active{
    background-color: #fff;
}
.section1 .se1_p{
    font-size: .36rem;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 17%;
    width: 80%;
}
.section1 .se1_p>p{
    position: absolute;
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    z-index: 0;
    font-weight: bold;
}
.section1 .se1_p>p.active{
    opacity: 1;
    z-index: 10;
}
.section1 .se1_p>p span{
    font-weight: normal;
}
.section1 .ban2rt{
    position: absolute;
    width: 38%;
    top: 0%;
    right: 10%;
    z-index: 10;
}
.section1 .ban2rt>img{
    position: absolute;
    top: 0%;
    animation-name: shan;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.section1 .ban2rt>img:first-child{
    position: relative;
    animation: normal;
    -webkit-animation: normal;
}
.section1 .ban2rt>img:nth-child(2){
    right: 4%;
    top: 8%;
    width: 45%;
    animation-delay: 0.2s;
}
.section1 .ban2rt>img:nth-child(3){
    top: 9%;
    right: 0%;
    width: 89%;
    animation-delay: 0.4s;
}
.section1 .ban2rt>img:nth-child(4){
    top: 10%;
    right: 7%;
    width: 73%;
    animation-delay: 1.2s;
}
.section1 .ban2rt>img:nth-child(5){
    top: 4%;
    right: 9%;
    width: 70%;
    animation-delay: 0.8s;
}
.section1 .ban2rt>img:nth-child(6){
    top: 4%;
    left: 6%;
    width: 69%;
    animation-delay: 0.5s;
}
.section1 .ban2rt>img:nth-child(7){
    right: 8%;
    width: 41%;
    animation-delay: 0.7s;
}
.section1 .ban3rt{
    position: absolute;
    width: 38%;
    top: 0%;
    right: 10%;
    z-index: 10;
}
.section1 .ban4rt{
    position: absolute;
    width: 30%;
    top: 30%;
    right: 15%;
    z-index: 10;
}
.foot{
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: .8rem;
    color: #646464;
    padding: 0 5%;
    line-height: .8rem;
    border-top: 1px solid rgba(255,255,255,.2);
}
.foot>ul{
    /* display: flex;
    justify-content: space-between; */
}
.foot>ul>li{
    color: #fff;
    position: relative;
    font-size: .14rem;
    float: left;
    margin-right: 8%;
}
.foot>ul>li:nth-child(2) {
    margin-right: 10%;
}
.foot>ul>li:last-child {
    float: right;
    margin: 0;
}
.section1 .foot>ul>li{
    color: #fff;
}
.section1 .foot{
    border-top: 1px solid rgba(255,255,255,.2);
}
.foot>ul>li>span{
    position: absolute;
    width: 100%;
    bottom: 70%;
    transform-origin: bottom;
    left: 0%;
    transform: scaleY(0);
    transition: .8s;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.foot>ul>li:hover>span{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
/* ****************************top2************************ */
.section2{
    padding: 0% 5%;
    background-image: url(../images/top2_bg.png);
}
.section2 .se2lf{
    width: 40%;
    line-height: 1.5;
}
.section2 .se2lf>h3{
    font-size: .48rem;
    color: #fff;
    margin: 20% 0 5% 0;
    transition: .8s;
    transform: translateX(.5rem);
    opacity: 0;
    -webkit-transform: translateX(.5rem);
    -moz-transform: translateX(.5rem);
    -ms-transform: translateX(.5rem);
    -o-transform: translateX(.5rem);
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.section2.active .se2lf>h3{
    transition-delay:.8s;
    transform: translateX(0rem);
    opacity: 1;
    -webkit-transform: translateX(0rem);
    -moz-transform: translateX(0rem);
    -ms-transform: translateX(0rem);
    -o-transform: translateX(0rem);
}
.section2 .se2lf>h4{
    font-size: .24rem;
    color: #fff;
    margin-bottom: 5%;
    transition: .8s;
    transform: translateX(.5rem);
    opacity: 0;
    -webkit-transform: translateX(.5rem);
    -moz-transform: translateX(.5rem);
    -ms-transform: translateX(.5rem);
    -o-transform: translateX(.5rem);
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.section2.active .se2lf>h4{
    text-align: justify;
    /*transition-delay:1.8s;*/
    opacity: 1;
    transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
    -moz-transform: translateX(0rem);
    -ms-transform: translateX(0rem);
    -o-transform: translateX(0rem);
}
.section2 .se2lf>h4>b{
    color: #f5a702;
    display: inline;
}
.section2 .se2lf>p{
    font-size: .16rem;
    color: #fff;
    line-height: 2;
    transition: .8s;
    transform: translateX(.5rem);
    opacity: 0;
    -webkit-transform: translateX(.5rem);
    -moz-transform: translateX(.5rem);
    -ms-transform: translateX(.5rem);
    -o-transform: translateX(.5rem);
}
.section2.active .se2lf>p{
    text-align: justify;
    transition-delay:2.8s;
    transform: translateX(0rem);
    opacity: 1;
    -webkit-transform: translateX(0rem);
    -moz-transform: translateX(0rem);
    -ms-transform: translateX(0rem);
    -o-transform: translateX(0rem);
}
.section2 .se2lf>p>b{
    color: #f5a702;
    display: inline;
}
.section2 .se2lf>a{
    font-size: .16rem;
    color: #aaa;
    display: block;
    margin-top: 8%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.section2 .se2lf>a>i{
    transform: translateX(.1rem) scaleY(1.5);
    -webkit-transform: translateX(.1rem) scaleY(1.5);
    -moz-transform: translateX(.1rem) scaleY(1.5);
    -ms-transform: translateX(.1rem) scaleY(1.5);
    -o-transform: translateX(.1rem) scaleY(1.5);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.section2 .se2lf>a:hover{
    color: #f5a702;
}
.section2 .se2lf>a:hover>i{
    transform: translateX(.2rem) scaleY(1.5);
    -webkit-transform: translateX(.2rem) scaleY(1.5);
    -moz-transform: translateX(.2rem) scaleY(1.5);
    -ms-transform: translateX(.2rem) scaleY(1.5);
    -o-transform: translateX(.2rem) scaleY(1.5);
}
.section2 .se2rt{
    width: 35%;
    position: absolute;
    top: 17%;
    right: 7%;
    transform: translateX(4.5rem);
    opacity: 0;
    -webkit-transform: translateX(4.5rem);
    -moz-transform: translateX(4.5rem);
    -ms-transform: translateX(4.5rem);
    -o-transform: translateX(4.5rem);
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.section2.active .se2rt{
    width: 35%;
    position: absolute;
    top: 17%;
    right: 7%;
    transform: translateX(0);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}



/*****************************top3*************************/
.section3{
    padding-left: 5%;
}
.section3 .se3lf{
    margin: 8% 0;
    margin-bottom: 5%;
}
.section3 .se3lf>h3{
    font-size: .48rem;
    color: #fff;
}
.section5 .se3lf>h3{
    font-size: .48rem;
    color: #333;
}
.section3 .top3_qie{
    position: absolute;
    width: 5%;
    height: 80%;
    bottom: 8.5%;
    right: 20%;
}
.section3 .top3_qie>i{
    display: block;
    position: absolute;
    top: 0%;
    left: 50%;
    background-color: rgba(255,255,255,.2);
    width: 1px;
    height: 100%;
    z-index: 0;
}
.section3 .top3_qie>span{
    display: block;
    z-index: 20;
    position: absolute;
    cursor: pointer;
    width: 100%;
}
.section3 .top3_qie>span.lf{
    top: 30%;
}
.section3 .top3_qie>span.rt{
    top: 43%;
}
.section3 .top3_mid{
    position: absolute;
    top: 25%;
    left: 43%;
    width: 27%;
    /*transform: translateY(2.5rem);*/
    opacity: 0;
    /*-webkit-transform: translateY(2.5rem);*/
    /*-moz-transform: translateY(2.5rem);*/
    /*-ms-transform: translateY(2.5rem);*/
    /*-o-transform: translateY(2.5rem);*/
    /*-webkit-transition: 1.8s;*/
    /*-moz-transition: 1.8s;*/
    /*-ms-transition: 1.8s;*/
    /*-o-transition: 1.8s;*/
}
.section3.active .top3_mid{
    position: absolute;
    top: 25%;
    left: 43%;
    width: 27%;
    /*transform: translateY(0);*/
    opacity: 1;
    /*-webkit-transform: translateY(0);*/
    /*-moz-transform: translateY(0);*/
    /*-ms-transform: translateY(0);*/
    /*-o-transform: translateY(0);*/
    /*-webkit-transition: 0.5s;*/
    /*-moz-transition: 0.5s;*/
    /*-ms-transition: 0.5s;*/
    /*-o-transition: 0.5s;*/
}
.section3 .top3_mid>img{
    /* animation-name: shan;
    animation-duration: 1.3s;
    animation-direction: alternate;
    animation-iteration-count: infinite; */
    transform: translateY(2.5rem);
    opacity: 0;
    -webkit-transform: translateY(2.5rem);
    -moz-transform: translateY(2.5rem);
    -ms-transform: translateY(2.5rem);
    -o-transform: translateY(2.5rem);
    -webkit-transition: 1.1s;
    -moz-transition: 1.1s;
    -ms-transition: 1.1s;
    -o-transition: 1.1s;
}
.section3.active .top3_mid>img{    
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: 1.1s;
    -moz-transition: 1.1s;
    -ms-transition: 1.1s;
    -o-transition: 1.1s;
}
.section3 .top3_mid>span{
    position: absolute;
    display: block;
    width: 100%;
    top: 0%;
    height: 100%;
    cursor: pointer;
}
.section3 .top3_mid>span>img{
    position: absolute;
    top: 15%;
    left: 5%;
    opacity: 0;
    z-index: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.section3 .top3_mid>span>img.active{
    opacity: 1;
    z-index: 10;
}
.section3 .top3_lb{
    width: 100%;
    overflow: hidden;
}
.section3 .top3_lb>ul{
    width: 10000%;
    transition: 1.6s;
    -webkit-transition: 1.6s;
    -moz-transition: 1.6s;
    -ms-transition: 1.6s;
    -o-transition: 1.6s;
}
.section3 .top3_lb>ul>li{
    width: 15.5rem;
    float: left;
    /* padding-right: 15%; */
    opacity: .3;
    transition-delay: 1.5s;
    transition: .6s;
}
.section3 .top3_lb>ul>li.active{
    opacity: 1;
    transition-delay: 1.5s;
}
.section3 .top3_lb>ul>li>h4{
    color: #fff;
    font-size: .24rem;
    margin-bottom: 5%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    opacity: 0;
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
}
.section3.active .top3_lb>ul>li>h4{
    transition-delay: 1s;
    opacity: 1;
    transform: translateY(0rem);
    -webkit-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    -o-transform: translateY(0rem);
}

.section3 ul li div{ color: #fff;}
.section3 .top3_lb>ul>li>p{
    font-size: .16rem;
    color: #fff;
    line-height: 2;
    width: 6.5rem;
    opacity: 0;
    transition: 1s;
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.section3.active .top3_lb>ul>li>p{
    text-align: justify;
    transition-delay: 1.5s;
    opacity: 1;
    transform: translateY(0rem);
    -webkit-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    -o-transform: translateY(0rem);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section3 .top3_lb>ul>li>a{
    font-size: .16rem;
    color: #646464;
    display: none;
    margin-top: .6rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.section3 .top3_lb>ul>li>a:hover{
    color: #f5a702;
}
.section3 .top3_lb>ul>li>a:hover>i{
    transform: translateX(.2rem) scaleY(1.5);
    -webkit-transform: translateX(.2rem) scaleY(1.5);
    -moz-transform: translateX(.2rem) scaleY(1.5);
    -ms-transform: translateX(.2rem) scaleY(1.5);
    -o-transform: translateX(.2rem) scaleY(1.5);
}
.section3 .top3_lb>ul>li>a>i{
    transform: translateX(.1rem) scaleY(1.5);
    -webkit-transform: translateX(.1rem) scaleY(1.5);
    -moz-transform: translateX(.1rem) scaleY(1.5);
    -ms-transform: translateX(.1rem) scaleY(1.5);
    -o-transform: translateX(.1rem) scaleY(1.5);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.section3 .se3_qie{
    position: absolute;
    width: 100%;
    top: 15%;
    left: 42%;
}
.section3 .se3_qie>ul{
    width: 100%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.section3 .se3_qie>ul>li{
    font-size: .16rem;
    float: left;
    margin-right: 2.5%;
    font-weight: bolder;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.section3 .se3_qie>ul>li.active{
    color: #f5a702;
}
.section3 .se3_qie>ul>li::after{
    border-radius: 50%;
    background-color: #f5a702;
    position: absolute;
    bottom: -90%;
    left: 50%;
}
.section3 .se3_qie>ul>li.active::after{
    width: 10px;
    height: 10px;
}
/********************************se4**********************/
.section4{
    padding: 0% 5%;
}
.section4 h3{
    color: #fff;
    font-size: .48rem;
    margin-top: 10%;
    font-weight: 800;
}
.section4 .se4_div{
    width: 100%;
    float: left;
}
.section4 .se4_div>.se4_lf{
    float: left;
    width: 50%;
    height: 100%;
}
.section4 .se4_div>.se4_lf>ul{
    width: 100%;
    float: left;
}
.section4 .se4_div>.se4_lf>ul>li{
    width: 45%;
    float: left;
    margin-right: 10%;
    margin-bottom: 10%;
    transform: translateY(1rem);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    opacity: 0;
}
.section4.active .se4_div>.se4_lf>ul>li{
    transform: translateY(0rem);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    -o-transform: translateY(0rem);
    transition-delay: 1s;
    opacity: 1;
}
.section4 .se4_div>.se4_lf>ul>li>b{
    font-size: .224rem;
    color: #333;
}
.section4 .se4_div>.se4_lf>ul>li>p{
    font-size: .16rem;
    color: #232323;
    line-height: 2;
}
.section4 .se4_div>.se4_rt{
     float: right;
}
.section4 .se4_div>.se4_lf,.section4 .se4_div>.se4_rt,.section3 .news-left,.section3 .news-right{   
    width: 50%;
    height: 100%;
    opacity: 0;
    transition: 1s;
    transform: translateY(-.8rem);
    -webkit-transform: translateY(-.8rem);
    -moz-transform: translateY(-.8rem);
    -ms-transform: translateY(-.8rem);
    -o-transform: translateY(-.8rem);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.section4.active .se4_div>.se4_lf,.section4.active .se4_div>.se4_rt,.section3.active .news-left,.section3.active .news-right{
    transition-delay: 2s;
    opacity: 1;
}
.section4 .se4_div>.se4_rt>ul{
    float: left;
}
.section4 .se4_div>.se4_rt>ul>li{
    width: 50%;
    float: left;
    position: relative;
}
.section4 .se4_div>.se4_rt>ul>li:nth-child(2){
    margin: 10% 0;
    margin-bottom: 3%;
}
.section4 .se4_div>.se4_rt>ul>li:nth-child(2)>p{
    margin-top: 8%;
}
.section4 .se4_div>.se4_rt>ul>li>span{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.section4 .se4_div>.se4_rt>ul>li>span>img{
    margin: 0 auto;
}
.section4 .se4_div>.se4_rt>ul>li>p{
    font-size: .14rem;
    text-align: center;
    margin-top: 3%;
}
.se4_ph{
    display: none;
}
@media screen and (max-width:2560px) and (min-width:1930px){
    .section1 .ban3rt>img,
    .section1 .ban4rt>img,
    .section3 .top3_qie>span>img,
    .section1 .ban2rt>img:first-child,
    .section3 .top3_mid>img{
        width: 100%;
    }
    .section3 .top3_mid>span>img{
        width: 70%;
        top: 25%;
    }
    .section4 .se4_div>.se4_rt>ul>li>p {
        margin: 10% 0;
    }
    .section3 .top3_qie {
        bottom: 7.5%;
    }
    .section2 .se2lf>a {
        margin-top: 18%;
    }
    .section2 .se2rt>img{
        width: 100%;
    }
    .section3 .top3_lb {
        margin-top: 10%;
    }
    .section4 .se4_div>.se4_rt {
        transform: translateY(0rem);
        -webkit-transform: translateY(0rem);
        -moz-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
        -o-transform: translateY(0rem);
}
}
@media screen and (max-width:1440px) and (min-height:650px){
    .section4 .se4_div>.se4_lf>ul>li>b {
        display: block;
        margin: 10% 0 5% 0;
    }
    .section4 .se4_div>.se4_lf>ul>li {
        margin-bottom: 0%;
    }
    .section4 .se4_div>.se4_rt>ul>li>span {
        width: 50%;
    }
    .foot>ul>li:nth-child(2) {
        margin-right: 5%;
    }
    .section3.active .top3_lb>ul>li>p {
        -webkit-line-clamp: 5;
        font-size: 14px;
    }
    .section2 .se2lf>h3 {
        margin: 20% 0 3% 0;
    }
}
@media screen and (max-width:1440px){
    .foot>ul>li {
        margin-right: 4%;
    }
    .section4 .se4_div>.se4_rt>ul>li:nth-child(2)>p {
        margin-bottom: 0%;
        margin-top: 17%;
    }
    .section4 .se4_div>.se4_rt>ul>li>p {
        margin-top: 4%;
    }
    .section4 .se4_div>.se4_lf>ul>li {
        margin-bottom: 15%;
    }
    .section3 .top3_qie {
        bottom: 7.5%;
    }
    .section2 .se2lf>p,
    .section3 .se3_qie>ul>li,
    .nav>ul>li,
    .section4 .se4_div>.se4_lf>ul>li>p,
    .section3 .top3_lb>ul>li>p {
        font-size: 16px;
    }
    .section2 .se2lf>a {
        font-size: 15px;
    }
    .section4 .se4_div>.se4_rt>ul>li>p{
        font-size: 14px;
    }
    .section3 .top3_mid>span>img {
        position: absolute;
        width: 75%;
    }
}
@media screen and (max-width:1280px){
    .section3 .top3_mid>span>img {
        width: 90%;
    }
    .section4 .se4_div>.se4_rt>ul>li:nth-child(2)>p {
        margin-bottom: 2%;
        margin-top: 21%;
    }
    .section3 .top3_qie {
        bottom: 6.5%;
    }
}
@media screen and (max-width:1024px){
    .section4 .se4_div>.se4_rt>ul>li:nth-child(2)>p {
        margin-bottom: 10%;
        margin-top: 45%;
    }
}
@media screen and (max-width:540px){
    .p-none{display: none;}

    .section1 .banner {
        /* background-image: url(../images/banner2_bg.png); */
    }
    .section1 .se1_p>p {
        text-align: center;
        width: 100%;
        left: -10%;
        margin-top: 30%;
    }
    .section1 .se1_p span{
        font-size: 12px !important;
    }
    .section1 .se1_div2>img {
        height: 100%;
        transform: scaleX(2);
        -webkit-transform: scaleX(2);
        -moz-transform: scaleX(2);
        -ms-transform: scaleX(2);
        -o-transform: scaleX(2);
    }
    .section1.nima .se1_div2>img {
        transform: scaleX(2) translateX(-20%);
        -webkit-transform: scaleX(2) translateX(-20%);
        -moz-transform: scaleX(2) translateX(-20%);
        -ms-transform: scaleX(2) translateX(-20%);
        -o-transform: scaleX(2) translateX(-20%);
}
    .section1 .se1_ul {
        bottom: 25%;
        left: 15%;
    }
    .section1 .se1_div>img {
        transform: scaleX(2) translateX(-20%);
        -webkit-transform: scaleX(2) translateX(-20%);
        -moz-transform: scaleX(2) translateX(-20%);
        -ms-transform: scaleX(2) translateX(-20%);
        -o-transform: scaleX(2) translateX(-20%);
}
    .section1 .banner>div {
        height: 100%;
        overflow: hidden;
    }
    .section1 .ban2rt {
        top: 25%;
        right: 25%;
        width: 50%;
    }
    .section1 .ban3rt {
        width: 70%;
        right: 15%;
        top: 10%;
    }
    .section1 .ban4rt {
        width: 50%;
        top: 25%;
        right: 25%;
    }
    .foot {
        height: 100px;
        padding: 0 5%;
        line-height: 2;
    }
    .foot>ul {
        flex-wrap: wrap;
    }
    .section3 .se3_qie {
        display: none;
    }
    .section2 .se2rt {
        width: 70%;
        top: 67%;
        right: 0%;
    }
    .section2 .se2lf>h4,
    .section2 .se2lf>a,
    .section3 .top3_lb>ul>li>h4,
    .section3 .top3_lb>ul>li>a,
    .section4 .se4_div>.se4_lf>ul>li>b,
    .section2 .se2lf>p {
        font-size: .3rem;
    }
    .section3.active .top3_lb>ul>li>p {
        width: 6.8rem;
    }
    .section3 ul li div{ color: #fff;-webkit-line-clamp: 3;/*只显示2行*/
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;}
    
    .section2 .se2lf>a,
    .section3 .top3_lb>ul>li>p,
    .section4 .se4_div>.se4_lf>ul>li>p,
    .section3 .se3_qie>ul>li{
        font-size: .25rem;
    }
    .section2 .se2lf {
        width: 100%;
        margin-top: 40%;
    }
    .section3 .top3_qie>i,
    .section4 .se4_div>.se4_rt{
        display: none;
    }
    .section3 .top3_mid {
    position: absolute;
    top: 34%;
    left: 10%;
    width: 80%;
}

    .section3 .top3_qie {
        bottom: -22%;
        right: -33%;
        width: 100%;
        height: 50%;
    }
    .section3 .top3_qie>span.lf {
        top: 0%;
    }
    .section3 .top3_qie>span {
        width: 15%;
    }
    .section3 .top3_qie>span.rt {
        top: 0%;
    }
    .section3 .top3_lb>ul {
        width: 50000%;
    }
    .section3 .se3lf,.section4 h3 {
        margin-top: 30%;
    }
    .section4 .se4_div>.se4_lf {
        width: 100%;
    }
    .section4 .se4_div>.se4_lf>ul>li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10%;
    }
    .section4.se4_ph .se4_div>.se4_rt,.se4_ph{
        display: block;
    }
    .section4 .se4_div>.se4_rt {
        width: 100%;
        margin-top: 5%;
        transform: translateY(0px);
    }
    .section4 .se4_div>.se4_rt>ul>li:nth-child(2)>p {
        margin-bottom: 50%;
        margin-top: 17%;
    }
    
    .section4 .se4_div>.se4_rt>ul>li:nth-child(3)>p {
        margin-top: 10%;
    }
    .section4 h3{
        margin-top: 28%;
        margin-bottom: 18%;
    }
    .section4.wocao h3{
        margin-top: 20%;
        margin-bottom: 0%;
    }
    .section4 .se4_div>.se4_rt>ul>li{
        width: 48%;
        margin-right: 2%;
    }
    .foot>ul>li {
        font-size: 12px;
    }
    .section3 .top3_lb>ul>li>h4 {
        margin-bottom: 2%;
    }
}
@media screen and (max-width:370px) {
    .section4 .se4_div>.se4_rt>ul>li:nth-child(2)>p {
        margin-bottom: 8%;
        margin-top: 50%;
    }
}



.section2.active .se2lf>h4,.section1 .se1_p span{
    font-size: 14px !important;
}

.se2lf h4,.se2lf h4 b{font-weight: normal; line-height: 1.8;}

@media (min-width: 1442px) and (max-width: 1920px){
    .section5 .se3lf{margin: 6% 0;}
    .map-service{transform: translateY(-50%);}
}

@media (min-width: 768px) and (max-width: 1440px){
    .section5 .se3lf{margin: 4% 0;}
    .map-service{transform: translateY(-60%);}
}

@media (min-width: 768px){
    .section2 .fp-tableCell{height: 2% !important;}
    .section2 .se2lf{position: relative; margin-top: 10%;}
    
    .new,.news .news-right li a{overflow: hidden; width: 100%;}
    .news .news-left,.news .news-right{float: left; width: 45%; margin-top: 2%;}
    .news .news-right{margin-left: 2%;}
    .news .news-left .main-pic{display: block; height: 400px; position: relative; overflow: hidden; transition-duration: 0.3s;}
    .news .news-left .main-pic .main-img,.news .news-left .main-pic .main-img img{width: 100%; height: 400px; overflow: hidden;}
    .news .news-left .main-pic .main-img img{object-fit: cover; transition-duration: 0.3s;}
    .news .news-left .main-pic:hover .main-img img{transform: scale(1.1); transition-duration: 0.3s;}
    .news .news-left .main-pic:hover .main-title{background: #f5a702; transition-duration: 0.3s; transform: translateY(-60px);}
    .news .news-left .main-pic:hover .main-title h4,.news .news-left .main-pic:hover .main-txt p{color: #fff;}
    .news .news-left .main-title{width: 100%; background: rgba(0,0,0,.4); position: absolute; top: 330px; left: 0; padding: 24px;}
    .news .news-left .main-title h4,.news .news-left .main-title p{color: #fff;}
    .news .news-left .main-title h4{font-size: 18px; margin-bottom: 20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
    .news .news-left .main-title p,.news .news-right .news-right-title h4,.news .news-right .news-right-title p{font-size: 14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 40px;}
    .news .news-right li a{display: block; margin-bottom: 20px;}
    .news .news-right li a:hover h4,.news .news-right li a:hover p{color: #f5a702;}
    .news .news-right .news-right-pic,.news .news-right .news-right-title{float: left;}
    .news .news-right .news-right-pic,.news .news-right .news-right-pic img{height: 120px;}
    .news .news-right .news-right-pic{width: 27.5%; margin-right: 2.5%;}
    .news .news-right .news-right-pic img{width: 100%; object-fit: cover;}
    .news .news-right .news-right-title{width: 70%;}
    .news .news-right .news-right-title h4{font-size: 18px; color: #fff; height: 54px; margin-top: 8px; margin-bottom: 8px;}
    .news .news-right .news-right-title p{color: #aaa;}

    .section4 h4{font-size: 20px; color: #fff; margin-top: 40px; margin-bottom: 2px;}
    .section4 h6{font-size: 12px; color: #fff; margin-bottom: 24px;}
    .section4 p{font-size: 14px; color: #fff; margin-bottom: 12px;}
    .section4 p i{display: none;}

    .se4_lf,.se4_rt{margin-top: 1rem;}
    .se4_lf .QR-text{display: inline-block; text-align: center; width: 120px; margin-top: 4px;}
    .se4_rt form{margin-top: 44px;}
    .se4_rt h4{color: #fff; margin-bottom: 20px;}
    .se4_lf,.se4_rt,.se4_rt p,.se4_rt input,.se4_rt textarea{font-size: 14px; width: 100%;}
    .se4_rt p{color: #fff; margin-bottom: 8px;}
    .se4_rt input,.se4_rt textarea{padding: 8px 12px; border: 1px solid #fff; background: transparent;}
    .se4_rt input::-webkit-input-placeholder,.se4_rt textarea::-webkit-input-placeholder{color: #fff;}
    .se4_rt input{margin-bottom: 20px;}
    .se4_rt .form-hidden{overflow: hidden;}
    .se4_rt .forn-fl,.se4_rt .forn-fr{float: left; width: 50%;}
    .se4_rt .forn-fl,.se4_rt .forn-fl .input-val,.se4_rt .forn-fr .input-val{padding-right: 2%;}
    .se4_rt .forn-fr,.se4_rt .forn-fl canvas{padding-left: 2%;}
    .se4_rt .forn-fr .verify{overflow: hidden;}
    .se4_rt .forn-fr .input-val,.se4_rt .forn-fl canvas{float: left;}
    .se4_rt .forn-fr .input-val{width: 50%;}
    .se4_rt .forn-fr canvas{background: #eee; cursor: pointer; margin-left: 5%;}
    .se4_rt .btn{width: 100%; background: #f5a702; color: #fff; border: 0 none; padding: 12px; margin-top: 20px;}
    .se4_rt .btn:hover{background: #006c3a; color: #fff;}
}

@media (max-width: 768px){}

@media (max-width: 540px){
    .nav{padding-bottom: 60px;}
    .nav>div{margin-top: .3rem;}
    .phdh>div{left: 50%; transform: translateX(-50%);}
    .foot{height: 132px; padding: 5%;}
    .foot>ul>li:last-child{float: left;}

    .section3{padding: 0 5%;}
    .section3.active .top3_mid{top: 46%; left: 50%; transform: translateX(-50%); width: 55%;}
    .section3 .top3_qie{left: .25rem; height: 64%;}
    .section3 .top3_qie>span.rt{right: .25rem;}

    .section5 .se3lf>h3{color: #fff;}
    .news .news-left,.news .news-right{width: 100%;}
    .news .news-left{margin-top: 1.25rem;}
    .news .news-left .main-pic .main-img img{width: 100%; height: 2rem; object-fit: cover;}
    .news .news-left h4,.news .news-right h4{font-size: 16px; color: #fff; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow:hidden;}
    .news .news-left p{display: none;}
    .news .news-left a{display: block; width: 100%; height: 3rem;}
    .news .news-left a h4{padding-top: .25rem;}

    .news .news-right{margin-top: 0;}
    /*.news .news-right ul li:last-child{display: none;}*/
    .news .news-right a{display: block; overflow: hidden; margin-bottom: 10px;}
    .news .news-right h4{font-size: 16px; margin-top: 2px;}
    .news .news-right p{display: none;}
    .news .news-right .news-right-pic,.news .news-right .news-right-title{float: left;}
    .news .news-right .news-right-pic{width: 25%; height: 1rem; margin-right: 5%;}
    .news .news-right .news-right-pic img{width: 100%; height: 1rem; object-fit: cover;}
    .news .news-right .news-right-title{width: 70%;}

    .se4_lf h4{font-size: 18px;}
    .se4_lf h6{font-size: 12px; margin-bottom: .5rem;}
    .se4_lf p{font-size: 14px;}
    .se4_lf img,.se4_lf .QR-text{display: none;}

    .section4 h4,.section4 h6,.section4 p{color: #fff;}
    .section4 p{margin-bottom: .25rem;}
    .section4 p i{width: 1rem; height: 1rem; vertical-align: middle; border-radius: .5rem; background: #fff; margin-right: .25rem}
    .section4 p:nth-child(3) i{background: url(../images/foot-tel.png) center center #fff no-repeat; background-size: .5rem .5rem;}
    .section4 p:nth-child(4) i{background: url(../images/foot-fax.png) center center #fff no-repeat; background-size: .5rem .5rem;}
    .section4 p:nth-child(5) i{background: url(../images/foot-mail.png) center center #fff no-repeat; background-size: .5rem .5rem;}
    .section4 p:nth-child(6) i{background: url(../images/foot-address.png) center center #fff no-repeat; background-size: .5rem .5rem;}
}





/*map*/
.clearfix:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0
}
 *html .clearfix{
    height:1%
}
 .map-service{
    position:relative;
    height:488px;
    top: 50%;
    z-index: 9999;
}
 .map-service-right{
    /*padding-top:60px;*/
}
 .china-map{
    width:568px;
    height:488px;
    background:url(../images/map_black_bg.png) center no-repeat;
    background-size: cover;
    position:relative;
    float: right;
}
 .region-list{
    position:absolute;
    left:0;
    top:0
}
 @-webkit-keyframes warn{
     0%{
        -webkit-transform:scale(0);
        transform:scale(0);
        opacity:1
    }
     100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
 @-moz-keyframes warn{
     0%{
        -moz-transform:scale(0);
        transform:scale(0);
        opacity:1
    }
     100%{
        -moz-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
 @-o-keyframes warn{
     0%{
        -o-transform:scale(0);
        transform:scale(0);
        opacity:1
    }
     100%{
        -o-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
 @keyframes warn{
     0%{
        -webkit-transform:scale(0);
        -moz-transform:scale(0);
        -o-transform:scale(0);
        transform:scale(0);
        opacity:1
    }
     100%{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
 .area-box .dot{
    position:absolute;
    left:0;
    width:10px;
    height:10px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:#a2a9b4;
    opacity:1;
    filter:alpha(opacity=100)
}
 .area-box .pulse{
    position:absolute;
    top:-28px;
    left:-28px;
    height:66px;
    width:66px;
    border:2px solid #b7b7b7;
    -webkit-border-radius:48px;
    -moz-border-radius:48px;
    border-radius:48px;
    -webkit-box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;
    -moz-box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;
    box-shadow:0 0 4px #82878f,0 0 10px #82878f inset;
    opacity:.12;
    filter:alpha(opacity=0);
    -webkit-animation:warn 2s ease-out both;
    -moz-animation:warn 2s ease-out both;
    -o-animation:warn 2s ease-out both;
    animation:warn 2s ease-out both;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    background:0 0
}
 .area-box .delay-01{
    -webkit-animation-delay:0;
    -moz-animation-delay:0;
    -o-animation-delay:0;
    animation-delay:0
}
 .area-box .delay-02{
    -webkit-animation-delay:.4s;
    -moz-animation-delay:.4s;
    -o-animation-delay:.4s;
    animation-delay:.4s
}
 .area-box .delay-03{
    -webkit-animation-delay:.8s;
    -moz-animation-delay:.8s;
    -o-animation-delay:.8s;
    animation-delay:.8s
}
 .area-box .delay-04{
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
    -o-animation-delay:1.2s;
    animation-delay:1.2s
}
 .area-box .delay-05{
    -webkit-animation-delay:1.6s;
    -moz-animation-delay:1.6s;
    -o-animation-delay:1.6s;
    animation-delay:1.6s
}
 .area-box .delay-06{
    -webkit-animation-delay:2s;
    -moz-animation-delay:2s;
    -o-animation-delay:2s;
    animation-delay:2s
}
 .area-box .delay-07{
    -webkit-animation-delay:2.4s;
    -moz-animation-delay:2.4s;
    -o-animation-delay:2.4s;
    animation-delay:2.4s
}
 .area-box .delay-08{
    -webkit-animation-delay:-.4s;
    -moz-animation-delay:-.4s;
    -o-animation-delay:-.4s;
    animation-delay:-.4s
}
 .area-box .delay-09{
    -webkit-animation-delay:-.8s;
    -moz-animation-delay:-.8s;
    -o-animation-delay:-.8s;
    animation-delay:-.8s
}
 .area-box .delay-10{
    -webkit-animation-delay:-1.2s;
    -moz-animation-delay:-1.2s;
    -o-animation-delay:-1.2s;
    animation-delay:-1.2s
}
 .area-box .delay-11{
    -webkit-animation-delay:4s;
    -moz-animation-delay:4s;
    -o-animation-delay:4s;
    animation-delay:4s
}
 .region-list.active .area-box .dot{
    background:#f5a702
}
 .region-list.active .area-box .pulse{
    border-color:#aaa;
    top:-39px;
    left:-39px;
    height:88px;
    width:88px;
    -webkit-box-shadow:0 0 12px #aaa,0 0 20px #aaa inset;
    -moz-box-shadow:0 0 12px #aaa,0 0 20px #aaa inset;
    box-shadow:0 0 12px #aaa,0 0 20px #aaa inset
}
 .region-list.waite .area-box .dot{
    background:#f90
}
 .region-list.waite .area-box .pulse{
    border-color:#f90
}
 .show-regin{
    position:absolute;
    left:2px;
    height:0;
    top:0;
    width:11px;
    opacity:0;
    -o-transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}
 .online-node .show-regin,.region-list:hover .show-regin,.underline-node .show-regin,.waite-node .show-regin{
    height:127px;
    opacity:1
}
 .show-regin span{
    display: inline-block;
    width:80px;
    position:absolute;
    left:-36px;
    top:-48px;
    padding:6px 10px;
    font-size:14px;
    color:#ccc;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    text-align:center;
    white-space:nowrap;
}
 .postition-10 .show-regin span{
    left:0
}
/* .postition-6 .show-regin span{
    left:-20px
}*/
 .area-box{
    z-index:77
}
.area-box p{
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 18px;
    left: -24px;
}
 .show-regin{
    z-index:66
}
 .region-list.active .show-regin span{
    position:relative;
    color:#ddd
}
 .region-list.waite .show-regin span{
    color:#ccc
}
 .postition-1{
    left:302px;
    top:308px
}
 .postition-2{
    left:290px;
    top:320px
}
 .postition-3{
    left:358px;
    top:516px
}
 .postition-4{
    left:473px;
    top:348px
}
 .postition-5{
    left:526px;
    top:394px
}
 .postition-6{
    left:356px;
    top:405px
}
 .postition-7{
    left:492px;
    top:155px
}
 .postition-7.region-list.active .area-box .pulse{
    top:-70px;
    left:-70px;
    width:150px;
    height:150px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%
}
 .postition-8{
    left:200px;
    top:220px
}
 .postition-9{
    left:637px;
    top:371px
}
 .postition-9.region-list.active .area-box .pulse{
    top:-50px;
    left:-50px;
    width:110px;
    height:110px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%
}
 .postition-10{
    left:554px;
    top:539px
}
 .postition-11{
    left:460px;
    top:240px
}
 .postition-13{
    left:120px;
    top:120px
}
 .postition-15{
    left:520px;
    top:60px
}
 .postition-16{
    left:450px;
    top:40px
}
 .postition-17{
    left:180px;
    top:310px
}
 .postition-18{
    left:280px;
    top:420px
}
 .postition-19{
    left:480px;
    top:360px
}
 .postition-20{
    left:540px;
    top:130px
}
 .douhao{
    width:0
}
